Index | Conventions

Get an invoice

Path: api/v1/accounting/invoice/{invno}

This endpoint supports the following methods:
GET

Summary: Returns the requested invoice. Refer to format query parameter.

Description: Custom URL query params will be sent to the report

Query Parameters

ParameterOptionalDescription
formatThe format of the invoice. Currently .pdf is the default and is the only supported option.
reportnameThe Invoice report name to use. Default will use the report used at Invoicing.

Example GET

Path: api/v1/accounting/invoice/1234?format=pdf